github.com/gotd/log.withLogger.l (field)

5 uses

	github.com/gotd/log (current package)
		with.go#L32: 	return &withLogger{l: l, attrs: append([]Attr(nil), attrs...)}
		with.go#L51: 	l     Logger
		with.go#L56: 	return w.l.Enabled(ctx, level)
		with.go#L62: 	w.l.Log(ctx, level, msg, merged...)
		with.go#L67: 	return With(w.l, append(w.attrs[:len(w.attrs):len(w.attrs)], attrs...)...)